home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -in_the_mag- / basics / blitz_readmes.lzx / Gorny3Dset.readme < prev    next >
Text File  |  1984-05-18  |  2KB  |  42 lines

  1. Short:  3D functions for BlitzBasic2 (.bb2 source)
  2. Author: Maciej Gorny (gorn4907@mars.rowan.edu)
  3. Type:   pub/amiga/prog/blitzz
  4. Date:   February, 1996
  5.  
  6. This file contains a blitz2 source code that allows handling of polygons in 3d
  7. space. The archive also contains some simple examples how to use those functions
  8. and statements. 
  9.  
  10. Originally, it was meant as a full blown 3D library with tokenized statements,
  11. and all that (that's why I sometimes refer to it as 2B3D library), but due to 
  12. the lack of time and that it seems that Acid Software does not want libraries 
  13. written in anything else other than assembly, I decided to upload the source. 
  14.  
  15. I won't be able to work on it for a while, but maybe someone else will, and we'll 
  16. all have a nice 3D library for everyone to use.
  17.  
  18. I only ask that if someone adds to this library, that the source code along with
  19. the list of changes be made be publicly available for everyone to use. 
  20.  
  21. The source code and files contained in this archive are freely distributable, 
  22. however they are copyrighted.
  23.  
  24. * Objects stored in a special file format (PLG). Load objects using 
  25.   PLGLoadObject() statement.
  26. * Polygons can be one- or two-sided.
  27. * Performs backface culling on one-sided polygons.
  28. * Polygons can have 3 or 4 vertices.
  29. * Shades polygons relative to a light source (vector relative that is, distance
  30.   from a light source does not affect final shade: something to work on :) ).
  31. * Performs polygon clipping to either a selected z-plane or a viewing volume.
  32. * Allows to alter palette to gradually change from one color to another (for
  33.   shading purposes mainly).
  34. * Includes functions for matrix and vector math operations.
  35. * Includes functions for free movement around 3d world (move anywhere, look in
  36.   any direction).
  37. * Uses Painter's algorythm to render polygons.
  38. * Render objects in wireframe form or as a solid.
  39. * Includes examples.
  40.  
  41. 2B3D Copyright (C) 1996 Maciej R. Gorny
  42.